$time_pre = microtime(true); exec(...); $time_post = microtime(true); $exec_time = $time_post - $time_pre;
INSERT INTO `timer` (`id`, `date`, `h`, `m`, `s`) VALUES (1, '2024-11-15', 12, 15, 45);